<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
	position: relative;
}

.banner &gt; div {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 20%
}

.banner &gt; div &gt; h3 {
	font-size: 16px;
	padding-left: 10px;
	font-weight: 800;
	line-height: normal;
	 border-left: 6px solid #188FDA;
	/*border-left: 6px solid #FFFFFF;*/
	margin: 0;
	color: #188FDA
}

.menu-row {
	width: 100%;
	box-shadow: 1px 1px 5px #66666663;
	height: 50px;
	position: relative;
}

.menu-row .sec-menu {
	/*position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);*/
        margin: 0 auto;
       text-align:center;
}

.menu-row .sec-menu li {
	position: relative;
	height: 50px;
	line-height: 50px;
	margin-right: 80px;
	font-size: 16px;
       display: inline-block;
}

.menu-row .sec-menu li a {
	display: block;
	padding: 0 20px;
}

.menu-row .sec-menu li:last-child {
	margin-right: 0;
}

.menu-row .sec-menu li a:hover, .menu-row .sec-menu li.active a {
	color: #188FDA;
}

.menu-row &gt; .sec-menu &gt; li:before {
    position: absolute;
    left: 50%;
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background: #188FDA;
    opacity: 0;
    transition: 600ms;
}

.menu-row &gt; .sec-menu &gt; li:hover:before, .menu-row &gt; .sec-menu &gt; li.active:before {
    opacity: 1;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.menu-row span {
	position: absolute;
	top: 0;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	right: 3%;
}

.menu-row span a {
	color: #8a8989;
}

.menu-row span a:hover {
	color: #1B9AF7;
}



/********************************   æ–°é—»   ***************************************/
.news-line-1 {
	width: 100%;
	background-color: #FFFFFF;
	height: 460px;
	padding: 30px 0;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-menu-left:before {
	content: "\e257";
}

.glyphicon-menu-right:before {
	content: "\e258";
}

.news-line-1-content {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 100px;
	display: none;
}

.yd-content .news-line-1-content.active {
	display: block;
}

.news-carousel {
	width: 46%;
}

.news-carousel &gt; .owl-carousel .item {
	position: relative;
}

.news-carousel &gt; .owl-carousel .item img {
	height: 335px;
}

.news-carousel .owl-controls {
	position: absolute;
	z-index: 3;
	right: 10px;
	bottom: 0;
	margin: 0!important;
}

.news-carousel .owl-dots {
	height: 46px;
}

.news-carousel .owl-dots .owl-dot {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	zoom: 0.8;
}

.news-carousel .owl-dots .owl-dot span {
	margin: 5px 5px !important;
}

.news-list-r {
	width: 52%;
	margin-left: 2%;
}

.news-list-r &gt; div.new-r-content {
	margin-top: 20px;
}

.news-list-r .new-r {
	width: 100%;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 25px;
	height: 125px;
}

.news-list-r .new-r:last-child {
	border-bottom: 1px solid #dedede;
}

.new-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
}

.new-title a {
	color: #000;
}

.new-title a:hover {
	color: #1B9AF7;
}

.new-detail {
	margin-top: 5px;
	font-size: 13px;
	height: 48px;
	line-height: 24px;
	color: #8c8c8c;
	overflow: hidden;
}


/***swiper thumbs****/
 .swiper-container {
	width: 100%;
	/* height: 300px; */
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;

}

.gallery-top {
	/* height: 80%; */
	width: 100%;
}

.gallery-top .swiper-slide {
	position: relative;
}

.gallery-top .swiper-slide &gt; div {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	background-color: rgb(0, 0, 0, 0.5);
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding-left: 20px;
}

.gallery-top .swiper-slide img {
	width: 100%;
	height: 410px;
	/*height: 470px;*/
}

.gallery-top .swiper-slide &gt; div &gt; a {
	color: #FFFFFF;
	font-size: 14px;
}

.thumbs-out {
	margin-top: 20px;
	border: 1px solid #1B9AF7;
	position: relative;
}

.gallery-thumbs {
	height: 112px;
	/*height: 174px;*/
	box-sizing: border-box;
	/* padding: 10px 0; */
	/* position: none; */
	padding: 6px;
	/*padding: 25px 6px;*/
	overflow: hidden;
	width: 85%;
}

.gallery-thumbs .swiper-slide {
	width: 20%;
	/*height: 100px!important;*/
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
}

.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

.thumbs-out .swiper-button-prev, .thumbs-out .swiper-button-next {
	background-image: none!important;
	width: 30px;
	height: 56px;
	line-height: 56px;
	background-color: #C0C1C3;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	font-size: 16px;
	color: #202E64;
	text-align: center;
	cursor: pointer;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets {
	z-index: 3!important;
	right: 10px!important;
	bottom: 0!important;
	margin: 0!important;
	height: 46px;
	/*line-height: 46px;*/
	line-height: unset;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets &gt; .swiper-pagination-bullet {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
}

.content-background{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: url(../img/news-back.png) no-repeat; */
	/* background-size: 100% 100%; */
	height: auto;
	z-index: -1;
}

/********************************  é›†å›¢æ¦‚å†µã€ä¼ä¸šæ–‡åŒ–  **********************************/
.line-1-content {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
}

.line-1-content ul.img-block {
	width: 100%;
}

.line-1-content ul.img-block li {
	float: left;
	width: 32%;
	margin-left: 2%;
}
ul.img-block li.aboutus-south{
	width: 48%;!important;

}

div.img-block div.contact-show{
	display: block;
}

ul.img-block li.aboutus-south:nth-child(2){
	margin-left: 4%;
}



ul.img-block li.qxqy{
	width: 23%;
	margin-top: 2%;
}
ul.img-block li.enterpr{
	width: 23%;
}

.line-1-content ul.img-block li:first-child {
	margin-left: 0;
}

.line-1-content ul.img-block li:nth-child(5n+5) {
	margin-left: 0;
}

.line-1-content ul.img-block li img {
	width: 100%;
	/*height: 280px;*/
	height: 240px;
}

.line-1-content ul.img-block li div {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	background-color: #656364;
	transition: all .3s ease;
}

.line-1-content ul.img-block li.active div {
	background-color: #0186D1;
}


/********************************  äº§ä¸šå¸ƒå±€  **********************************/

.line-1-content ul.img-block-industry {
	width: 100%;
}

.line-1-content ul.img-block-industry li {
	float: left;
	width: 31.5%;
	margin-left: 2%;
}

ul.img-block-industry li.industry-south {
	width: 48%;
}

ul.img-block-industry li.industry-south:nth-child(2) {
	margin-left: 4%;
}

.line-1-content ul.img-block-industry li:first-child {
	margin-left: 0;
}

.line-1-content ul.img-block-industry li:nth-child(4) {
	margin-left: 0;
}

.line-1-content ul.img-block-industry li:nth-child(7) {
	margin-left: 0;
        clear: both;
}

.line-1-content ul.img-block-industry li:nth-child(n+4) {
	margin-top: 20px;
}


.line-1-content ul.img-block-industry li img {
	width: 100%;
	/*height: 240px;*/
	height: 217px;
}

.line-1-content ul.img-block-industry li div {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	background-color: #656364;
	transition: all .3s ease;
}

.line-1-content ul.img-block-industry li.active div {
	background-color: #0186D1;
}

/********************************  å…šå»ºå¼•é¢†  **********************************/
.menu-row .sec-menu-party {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/*width: 59%;*/
	white-space: nowrap;
}

.menu-row .sec-menu-party li {
	/*float: left;*/
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
	margin-right: 80px;
	font-size: 16px;
}

.menu-row .sec-menu-party li a {
	display: block;
	padding: 0 20px;
}

.menu-row .sec-menu-party li:last-child {
	margin-right: 0;
}

.menu-row .sec-menu-party li a:hover, .menu-row .sec-menu-party li.active a {
	color: #bf0001;
}

.menu-row &gt; .sec-menu-party &gt; li:before {
	position: absolute;
	left: 50%;
	content: "";
	display: block;
	height: 3px;
	width: 0%;
	background: #bf0001;
	opacity: 0;
	transition: 600ms;
}

.menu-row &gt; .sec-menu-party &gt; li:hover:before, .menu-row &gt; .sec-menu-party &gt; li.active:before {
	opacity: 1;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.line-1-content ul.img-block-party {
	width: 100%;
}

.line-1-content ul.img-block-party li {
	float: left;
	/*width: 31%;*/
	/*margin-left: 3.5%;*/
	width: 31.5%;
	margin-left: 2%;
	position: relative;
	margin-bottom: 50px;
}

/*.line-1-content ul.img-block-party li:nth-child(3n+1) {*/
.line-1-content ul.img-block-party li:first-child {
	margin-left: 0;
}

.line-1-content ul.img-block-party li img {
	width: 100%;
	/*height: 203px;*/
	height: 280px;
	transition: all .5s;
}

.line-1-content ul.img-block-party li.node-p div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: 11px;
	font-size: 33px;
	color: #ffffff;
	font-weight: bold;
	cursor: default;
}

.line-1-content ul.img-block-party li.node-c div {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	/*background-color: #656364;*/
	transition: all .3s ease;
	padding-left: 37px;
	padding-bottom: 16px;
	font-weight: bold;
}

.line-1-content ul.img-block-party li.node-c.active div {
	color: gold;
}

.line-1-content ul.img-block-party li:hover img {
	transform: scale(1.1, 1.1);
}



/********************************  ç¤¾ä¼šè´£ä»»  **********************************/
.line-1-content ul.img-block-duty li {
	float: left;
	width: 30%;
	margin-left: 5%;
	/* overflow: hidden; */
}

.line-1-content ul.img-block-duty li:nth-child(3n+1) {
	margin-left: 0;
}

.line-1-content ul.img-block-duty li &gt; a {
	display: block;
	height: 280px;
	overflow: hidden;
}

.line-1-content ul.img-block-duty li img {
	width: 100%;
	height: 280px;
}

.line-1-content ul.img-block-duty li:hover img {
	transform: scale(1.1, 1.1)
}

.line-1-content ul.img-block-duty li p {
	color: #8E98A7;
	margin: 15px 0 5px 0;
	line-height: 24px;
	height: 24px;
	font-size: 13px;
}

.line-1-content ul.img-block-duty &gt; li div {
	font-size: 20px;
	line-height: 24px;
	height: 24px;
	font-weight: 600;
	overflow: hidden;
	width: 90%;
	margin-bottom: 50px;
}

.line-1-content ul.img-block-duty div:hover a {
	color: #1B9AF7;
}
.culture_context div.qywh-img-sec{
	position: relative;
	padding: 0px;

}
.qywh-img-sec .qywh-img-title{
	position: absolute;
	height: 100%;
	line-height: 150px;
	top: 0px;
	text-align: center;
	color:#fff;
	font-size: 22px;
	background: rgba(45, 139, 239, 0.5);
}


/*ï¼ˆ768ï¼‰*/
@media screen and (max-width: 900px) {

	.banner {
		overflow: hidden;
		/*height: 64px;*/

	}
	.aboutus_mobile{
		display: none;
	}

	.banner img {
		transform: scale(1.5);
		/*margin-top: 10px;*/
	}

	.banner_mobile {
		/*overflow: hidden;
		height: 64px;*/
	}

	.banner_mobile img {
		transform: scale(1.5);
		/*margin-top: 10px;*/
	}

	.menu-row-none {
		display: none;
	}

	.menu-row .sec-menu {
		/*display: none;*/
		white-space: nowrap;
		left: auto;
		top: auto;
		transform: none;
		margin-left: 10px;
	}

	.menu-row .sec-menu li a:hover, .menu-row .sec-menu li a {
		padding: 0 8px;
	}

	.menu-row .sec-menu li {
		display: inline-block;
		margin-right: 0;
		font-size: 12px;
	}


	.line-1-content {
		margin-top: 20px;
		margin-bottom: 5px;
	}

	/******************* é¢†å¯¼ç®€ä»‹ *********************/
	.line-1-content ul.img-block li {
		width: 100%;
		margin-left: 0;
		margin-top: 50px;
	}

	.line-1-content ul.img-block li img {
		height: auto!important;
	}

	.line-1-content ul.img-block li div {
		background-color: #0186D1;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	/********************* æ–°é—» ***********************/
	.news-line-1-content {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.news-carousel {
		width: 100%;
	}

	.gallery-top .swiper-slide img {
		height: 253px;
	}

	.gallery-thumbs {
		height: 84px;
	}

	.thumbs-out .swiper-button-prev, .thumbs-out .swiper-button-next {
		width: 19px;
		height: 46px;
		line-height: 46px;
		margin-top: -23px;
		font-size: 13px;
	}

	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 7px!important;
	}

	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 7px!important;
	}

	.news-list-r {
		width: 100%;
		margin-left: 0;
		margin-top: 50px;
	}

	/******************** äº§ä¸šå¸ƒå±€ ********************/
	.line-1-content ul.img-block-industry li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}

	.line-1-content ul.img-block-industry li div {
		background-color: #0186D1;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.line-1-content ul.img-block-industry li img {
		height: auto;
	}

	/******************** å…šå»ºå¼•é¢† ********************/
	.menu-row .sec-menu-party {
		left: auto;
		top: auto;
		transform: none;
		margin-left: 10px;
	}

	.menu-row .sec-menu-party li {
		margin-right: 0;
		font-size: 12px;
	}

	.menu-row .sec-menu-party li a {
		padding: 0 8px;
	}

	.line-1-content ul.img-block-party li {
		width: 100%;
		margin: 50px 0 0 0;
	}

	.line-1-content ul.img-block-party li.node-c div {
		font-size: 17px;
		padding-left: 29px;
	}

	/******************** ç¤¾ä¼šè´£ä»» ********************/
	.line-1-content ul.img-block-duty li {
		width: 100%;
		margin-left: 0;
		margin-top: 50px;
	}

	.line-1-content ul.img-block-duty &gt; li div {
		font-size: 16px;
		line-height: 24px;
		height: 24px;
		font-weight: 600;
		overflow: hidden;
		width: 100%;
		margin-bottom: 0;
	}

	.line-1-content ul.img-block-duty li &gt; a {
		height: auto;
	}

	.line-1-content ul.img-block-duty li img {
		height: auto;
	}

	.line-1-content ul.img-block-duty li p {
		margin: 15px 0 0 0;
	}

	.qixiaqy{
		display: none;
	}
	ul.img-block li.qxqy{
		width: 100%;

	}
	.qxqy-singl{
		display: none;
	}
	ul.img-block li.enterpr{
		width: 100%;
	}

	ul.img-block li.aboutus-south:nth-child(2){
		margin-left: 0%;
	}
	ul.img-block-industry li.industry-south:nth-child(2) {
		margin-left: 0%;
	}

	.culture_context div.qywh-img-sec{
		height: 100px;
		overflow: hidden;
	}
	.qywh-img-sec .qywh-img-title{
		line-height: 100px;
	}

}
</pre></body></html>